Html Css Color HEX #CCF084 Sulu

📋 copy color: '#CCF084'

red 204 ◦ green 240 ◦ blue 132

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

Shades of Sulu #CCF084

Tints of Sulu #CCF084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

 BLUE value IS 132 (51.95% from 255) = 22.92%

R = 35.42%
G = 41.67%
B = 22.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#CCF084 (or 0xCCF084) is known color: Sulu. HEX triplet: CC, F0 and 84. RGB value is (204,240,132). Sum of RGB (Red+Green+Blue) = 204+240+132=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF084 is #330F7B. Grayscale: #D9D9D9. Windows color (decimal): -3346300 or 8712396. OLE color: 8712396.

HSL color Cylindrical-coordinate representation of color #CCF084: hue angle of 80º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF084 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 132 -
CMYK 0.15 0 0.45 0.06
HSL 80º 0.78% 0.73% -
HSV(B) 80º 0.45% 0.94% -
XYZ 60.23 76.82 33.48 -
YUV 216.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 204 240 132 0.15 0 0.45 0.06 80 0.78 0.73
Hex CC F0 84 F 0 2D 6 50 4E 49
Octal 314 360 204 17 0 55 6 120 116 111
Binary 11001100 11110000 10000100 1111 0 101101 110 1010000 1001110 1001001

Color Harmonies of #CCF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF084

Black with #CCF084

Text Example


Text Example

White with #CCF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF084; }

 p { color: rgb(204,240,132); }

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

background-color css

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

 a { background-color: rgb(204,240,132); }

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

border-color css

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

 span { border-color: rgb(204,240,132); }

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