Html Css Color HEX #CCF77D Sulu

📋 copy color: '#CCF77D'

red 204 ◦ green 247 ◦ blue 125

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

Shades of Sulu #CCF77D

Tints of Sulu #CCF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.88%

 BLUE value IS 125 (49.22% from 255) = 21.7%

R = 35.42%
G = 42.88%
B = 21.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#CCF77D (or 0xCCF77D) is known color: Sulu. HEX triplet: CC, F7 and 7D. RGB value is (204,247,125). Sum of RGB (Red+Green+Blue) = 204+247+125=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF77D is #330882. Grayscale: #DCDCDC. Windows color (decimal): -3344515 or 8255436. OLE color: 8255436.

HSL color Cylindrical-coordinate representation of color #CCF77D: hue angle of 81.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF77D is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 125 -
CMYK 0.17 0 0.49 0.03
HSL 81.15º 0.88% 0.73% -
HSV(B) 81.15º 0.49% 0.97% -
XYZ 61.86 80.84 31.75 -
YUV 220.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 204 247 125 0.17 0 0.49 0.03 81.15 0.88 0.73
Hex CC F7 7D 11 0 31 3 51 58 49
Octal 314 367 175 21 0 61 3 121 130 111
Binary 11001100 11110111 1111101 10001 0 110001 11 1010001 1011000 1001001

Color Harmonies of #CCF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF77D

Black with #CCF77D

Text Example


Text Example

White with #CCF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF77D; }

 p { color: rgb(204,247,125); }

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

background-color css

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

 a { background-color: rgb(204,247,125); }

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

border-color css

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

 span { border-color: rgb(204,247,125); }

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