Html Css Color HEX #CCF275 Sulu

📋 copy color: '#CCF275'

red 204 ◦ green 242 ◦ blue 117

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

Shades of Sulu #CCF275

Tints of Sulu #CCF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

 BLUE value IS 117 (46.09% from 255) = 20.78%

R = 36.23%
G = 42.98%
B = 20.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#CCF275 (or 0xCCF275) is known color: Sulu. HEX triplet: CC, F2 and 75. RGB value is (204,242,117). Sum of RGB (Red+Green+Blue) = 204+242+117=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF275 is #330D8A. Grayscale: #D8D8D8. Windows color (decimal): -3345803 or 7729868. OLE color: 7729868.

HSL color Cylindrical-coordinate representation of color #CCF275: hue angle of 78.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF275 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 117 -
CMYK 0.16 0 0.52 0.05
HSL 78.24º 0.83% 0.7% -
HSV(B) 78.24º 0.52% 0.95% -
XYZ 59.86 77.63 28.66 -
YUV 216.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 204 242 117 0.16 0 0.52 0.05 78.24 0.83 0.7
Hex CC F2 75 10 0 34 5 4E 53 46
Octal 314 362 165 20 0 64 5 116 123 106
Binary 11001100 11110010 1110101 10000 0 110100 101 1001110 1010011 1000110

Color Harmonies of #CCF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF275

Black with #CCF275

Text Example


Text Example

White with #CCF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF275; }

 p { color: rgb(204,242,117); }

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

background-color css

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

 a { background-color: rgb(204,242,117); }

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

border-color css

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

 span { border-color: rgb(204,242,117); }

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