Html Css Color HEX #CCF681 Sulu

📋 copy color: '#CCF681'

red 204 ◦ green 246 ◦ blue 129

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

Shades of Sulu #CCF681

Tints of Sulu #CCF681

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

 BLUE value IS 129 (50.78% from 255) = 22.28%

R = 35.23%
G = 42.49%
B = 22.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#CCF681 (or 0xCCF681) is known color: Sulu. HEX triplet: CC, F6 and 81. RGB value is (204,246,129). Sum of RGB (Red+Green+Blue) = 204+246+129=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF681 is #33097E. Grayscale: #DCDCDC. Windows color (decimal): -3344767 or 8517324. OLE color: 8517324.

HSL color Cylindrical-coordinate representation of color #CCF681: hue angle of 81.54º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF681 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 129 -
CMYK 0.17 0 0.48 0.04
HSL 81.54º 0.87% 0.74% -
HSV(B) 81.54º 0.48% 0.96% -
XYZ 61.82 80.33 33.02 -
YUV 220.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 204 246 129 0.17 0 0.48 0.04 81.54 0.87 0.74
Hex CC F6 81 11 0 30 4 52 57 4A
Octal 314 366 201 21 0 60 4 122 127 112
Binary 11001100 11110110 10000001 10001 0 110000 100 1010010 1010111 1001010

Color Harmonies of #CCF681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF681

Black with #CCF681

Text Example


Text Example

White with #CCF681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF681; }

 p { color: rgb(204,246,129); }

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

background-color css

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

 a { background-color: rgb(204,246,129); }

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

border-color css

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

 span { border-color: rgb(204,246,129); }

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