Html Css Color HEX #CCF96C Sulu

📋 copy color: '#CCF96C'

red 204 ◦ green 249 ◦ blue 108

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

Shades of Sulu #CCF96C

Tints of Sulu #CCF96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 36.36%
G = 44.39%
B = 19.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CCF96C (or 0xCCF96C) is known color: Sulu. HEX triplet: CC, F9 and 6C. RGB value is (204,249,108). Sum of RGB (Red+Green+Blue) = 204+249+108=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF96C is #330693. Grayscale: #DBDBDB. Windows color (decimal): -3344020 or 7141836. OLE color: 7141836.

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

Color convert

RGB 204 249 108 -
CMYK 0.18 0 0.57 0.02
HSL 79.15º 0.92% 0.7% -
HSV(B) 79.15º 0.57% 0.98% -
XYZ 61.48 81.67 26.71 -
YUV 219.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 204 249 108 0.18 0 0.57 0.02 79.15 0.92 0.7
Hex CC F9 6C 12 0 39 2 4F 5C 46
Octal 314 371 154 22 0 71 2 117 134 106
Binary 11001100 11111001 1101100 10010 0 111001 10 1001111 1011100 1000110

Color Harmonies of #CCF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF96C

Black with #CCF96C

Text Example


Text Example

White with #CCF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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