Html Css Color HEX #CCF96D Sulu

📋 copy color: '#CCF96D'

red 204 ◦ green 249 ◦ blue 109

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

Shades of Sulu #CCF96D

Tints of Sulu #CCF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.31%

 BLUE value IS 109 (42.97% from 255) = 19.4%

R = 36.3%
G = 44.31%
B = 19.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#CCF96D (or 0xCCF96D) is known color: Sulu. HEX triplet: CC, F9 and 6D. RGB value is (204,249,109). Sum of RGB (Red+Green+Blue) = 204+249+109=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF96D is #330692. Grayscale: #DCDCDC. Windows color (decimal): -3344019 or 7207372. OLE color: 7207372.

HSL color Cylindrical-coordinate representation of color #CCF96D: hue angle of 79.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF96D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 109 -
CMYK 0.18 0 0.56 0.02
HSL 79.29º 0.92% 0.7% -
HSV(B) 79.29º 0.56% 0.98% -
XYZ 61.54 81.69 26.99 -
YUV 219.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 204 249 109 0.18 0 0.56 0.02 79.29 0.92 0.7
Hex CC F9 6D 12 0 38 2 4F 5C 46
Octal 314 371 155 22 0 70 2 117 134 106
Binary 11001100 11111001 1101101 10010 0 111000 10 1001111 1011100 1000110

Color Harmonies of #CCF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF96D

Black with #CCF96D

Text Example


Text Example

White with #CCF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF96D; }

 p { color: rgb(204,249,109); }

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

background-color css

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

 a { background-color: rgb(204,249,109); }

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

border-color css

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

 span { border-color: rgb(204,249,109); }

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