Html Css Color HEX #CCEF74 Sulu

📋 copy color: '#CCEF74'

red 204 ◦ green 239 ◦ blue 116

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

Shades of Sulu #CCEF74

Tints of Sulu #CCEF74

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

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

R = 36.49%
G = 42.75%
B = 20.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#CCEF74 (or 0xCCEF74) is known color: Sulu. HEX triplet: CC, EF and 74. RGB value is (204,239,116). Sum of RGB (Red+Green+Blue) = 204+239+116=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF74 is #33108B. Grayscale: #D6D6D6. Windows color (decimal): -3346572 or 7663564. OLE color: 7663564.

HSL color Cylindrical-coordinate representation of color #CCEF74: hue angle of 77.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCEF74 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 116 -
CMYK 0.15 0 0.51 0.06
HSL 77.07º 0.79% 0.7% -
HSV(B) 77.07º 0.51% 0.94% -
XYZ 58.92 75.83 28.05 -
YUV 214.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 204 239 116 0.15 0 0.51 0.06 77.07 0.79 0.7
Hex CC EF 74 F 0 33 6 4D 4F 46
Octal 314 357 164 17 0 63 6 115 117 106
Binary 11001100 11101111 1110100 1111 0 110011 110 1001101 1001111 1000110

Color Harmonies of #CCEF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF74

Black with #CCEF74

Text Example


Text Example

White with #CCEF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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