Html Css Color HEX #CCFF72 Sulu

📋 copy color: '#CCFF72'

red 204 ◦ green 255 ◦ blue 114

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

Shades of Sulu #CCFF72

Tints of Sulu #CCFF72

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

 BLUE value IS 114 (44.92% from 255) = 19.9%

R = 35.6%
G = 44.5%
B = 19.9%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#CCFF72 (or 0xCCFF72) is known color: Sulu. HEX triplet: CC, FF and 72. RGB value is (204,255,114). Sum of RGB (Red+Green+Blue) = 204+255+114=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF72 is #33008D. Grayscale: #E0E0E0. Windows color (decimal): -3342478 or 7536588. OLE color: 7536588.

HSL color Cylindrical-coordinate representation of color #CCFF72: hue angle of 81.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCFF72 is Cyan = 0.2, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 114 -
CMYK 0.2 0 0.55 0
HSL 81.7º 1% 0.72% -
HSV(B) 81.7º 0.55% 1% -
XYZ 63.7 85.57 29.08 -
YUV 223.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 204 255 114 0.2 0 0.55 0 81.7 1 0.72
Hex CC FF 72 14 0 37 0 52 64 48
Octal 314 377 162 24 0 67 0 122 144 110
Binary 11001100 11111111 1110010 10100 0 110111 0 1010010 1100100 1001000

Color Harmonies of #CCFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF72

Black with #CCFF72

Text Example


Text Example

White with #CCFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF72; }

 p { color: rgb(204,255,114); }

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

background-color css

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

 a { background-color: rgb(204,255,114); }

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

border-color css

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

 span { border-color: rgb(204,255,114); }

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