Html Css Color HEX #CCFF74 Sulu

📋 copy color: '#CCFF74'

red 204 ◦ green 255 ◦ blue 116

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

Shades of Sulu #CCFF74

Tints of Sulu #CCFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.17%

R = 35.48%
G = 44.35%
B = 20.17%

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

#CCFF74 (or 0xCCFF74) is known color: Sulu. HEX triplet: CC, FF and 74. RGB value is (204,255,116). Sum of RGB (Red+Green+Blue) = 204+255+116=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF74 is #33008B. Grayscale: #E0E0E0. Windows color (decimal): -3342476 or 7667660. OLE color: 7667660.

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

Color convert

RGB 204 255 116 -
CMYK 0.2 0 0.55 0
HSL 82.01º 1% 0.73% -
HSV(B) 82.01º 0.55% 1% -
XYZ 63.81 85.62 29.69 -
YUV 223.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 204 255 116 0.2 0 0.55 0 82.01 1 0.73
Hex CC FF 74 14 0 37 0 52 64 49
Octal 314 377 164 24 0 67 0 122 144 111
Binary 11001100 11111111 1110100 10100 0 110111 0 1010010 1100100 1001001

Color Harmonies of #CCFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF74

Black with #CCFF74

Text Example


Text Example

White with #CCFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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