Html Css Color HEX #CCF852 Mindaro

📋 copy color: '#CCF852'

red 204 ◦ green 248 ◦ blue 82

#CCF852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCF852

Tints of Mindaro #CCF852

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 248 (97.27% from 255) = 46.44%

 BLUE value IS 82 (32.42% from 255) = 15.36%

R = 38.2%
G = 46.44%
B = 15.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF852 (or 0xCCF852) is known color: Mindaro. HEX triplet: CC, F8 and 52. RGB value is (204,248,82). Sum of RGB (Red+Green+Blue) = 204+248+82=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF852 is #3307AD. Grayscale: #D8D8D8. Windows color (decimal): -3344302 or 5437644. OLE color: 5437644.

HSL color Cylindrical-coordinate representation of color #CCF852: hue angle of 75.9º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF852 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 82 -
CMYK 0.18 0 0.67 0.03
HSL 75.9º 0.92% 0.65% -
HSV(B) 75.9º 0.67% 0.97% -
XYZ 59.99 80.58 20.37 -
YUV 215.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 204 248 82 0.18 0 0.67 0.03 75.9 0.92 0.65
Hex CC F8 52 12 0 43 3 4C 5C 41
Octal 314 370 122 22 0 103 3 114 134 101
Binary 11001100 11111000 1010010 10010 0 1000011 11 1001100 1011100 1000001

Color Harmonies of #CCF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF852

Black with #CCF852

Text Example


Text Example

White with #CCF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF852; }

 p { color: rgb(204,248,82); }

 H1.HeaderClassName
 {
   color: #CCF852;
 }
 .AnyTagClassName
 {
   color: #CCF852;
 }
</style>

background-color css

<style>
 a { background-color: #CCF852; }

 a { background-color: rgb(204,248,82); }

 div.DivClassName
 {
   background-color: #CCF852;
 }
 .BgClassName
 {
   background-color: #CCF852;
 }
</style>

border-color css

<style>
 span { border-color: #CCF852; }

 span { border-color: rgb(204,248,82); }

 td.TdClassName
 {
   border-color: #CCF852;
 }
 .TagClassName
 {
   border-color: #CCF852;
 }
</style>