Html Css Color HEX #CCEB7D Sulu

📋 copy color: '#CCEB7D'

red 204 ◦ green 235 ◦ blue 125

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

Shades of Sulu #CCEB7D

Tints of Sulu #CCEB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 36.17%
G = 41.67%
B = 22.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CCEB7D (or 0xCCEB7D) is known color: Sulu. HEX triplet: CC, EB and 7D. RGB value is (204,235,125). Sum of RGB (Red+Green+Blue) = 204+235+125=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB7D is #331482. Grayscale: #D5D5D5. Windows color (decimal): -3347587 or 8252364. OLE color: 8252364.

HSL color Cylindrical-coordinate representation of color #CCEB7D: hue angle of 76.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCEB7D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 125 -
CMYK 0.13 0 0.47 0.08
HSL 76.91º 0.73% 0.71% -
HSV(B) 76.91º 0.47% 0.92% -
XYZ 58.31 73.73 30.56 -
YUV 213.19 78.23 121.44 -
System Red Green Blue C M Y K H S L
Decimal 204 235 125 0.13 0 0.47 0.08 76.91 0.73 0.71
Hex CC EB 7D D 0 2F 8 4D 49 47
Octal 314 353 175 15 0 57 10 115 111 107
Binary 11001100 11101011 1111101 1101 0 101111 1000 1001101 1001001 1000111

Color Harmonies of #CCEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB7D

Black with #CCEB7D

Text Example


Text Example

White with #CCEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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