Html Css Color HEX #CCF083 Sulu

📋 copy color: '#CCF083'

red 204 ◦ green 240 ◦ blue 131

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

Shades of Sulu #CCF083

Tints of Sulu #CCF083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.78%

R = 35.48%
G = 41.74%
B = 22.78%

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

#CCF083 (or 0xCCF083) is known color: Sulu. HEX triplet: CC, F0 and 83. RGB value is (204,240,131). Sum of RGB (Red+Green+Blue) = 204+240+131=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF083 is #330F7C. Grayscale: #D9D9D9. Windows color (decimal): -3346301 or 8646860. OLE color: 8646860.

HSL color Cylindrical-coordinate representation of color #CCF083: hue angle of 79.82º 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 #CCF083 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 131 -
CMYK 0.15 0 0.45 0.06
HSL 79.82º 0.78% 0.73% -
HSV(B) 79.82º 0.45% 0.94% -
XYZ 60.16 76.8 33.13 -
YUV 216.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 204 240 131 0.15 0 0.45 0.06 79.82 0.78 0.73
Hex CC F0 83 F 0 2D 6 50 4E 49
Octal 314 360 203 17 0 55 6 120 116 111
Binary 11001100 11110000 10000011 1111 0 101101 110 1010000 1001110 1001001

Color Harmonies of #CCF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF083

Black with #CCF083

Text Example


Text Example

White with #CCF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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