Html Css Color HEX #CCDE7D Sulu

📋 copy color: '#CCDE7D'

red 204 ◦ green 222 ◦ blue 125

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

Shades of Sulu #CCDE7D

Tints of Sulu #CCDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 37.02%
G = 40.29%
B = 22.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#CCDE7D (or 0xCCDE7D) is known color: Sulu. HEX triplet: CC, DE and 7D. RGB value is (204,222,125). Sum of RGB (Red+Green+Blue) = 204+222+125=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE7D is #332182. Grayscale: #CDCDCD. Windows color (decimal): -3350915 or 8249036. OLE color: 8249036.

HSL color Cylindrical-coordinate representation of color #CCDE7D: hue angle of 71.13º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCDE7D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 125 -
CMYK 0.08 0 0.44 0.13
HSL 71.13º 0.6% 0.68% -
HSV(B) 71.13º 0.44% 0.87% -
XYZ 54.72 66.56 29.37 -
YUV 205.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 204 222 125 0.08 0 0.44 0.13 71.13 0.6 0.68
Hex CC DE 7D 8 0 2C D 47 3C 44
Octal 314 336 175 10 0 54 15 107 74 104
Binary 11001100 11011110 1111101 1000 0 101100 1101 1000111 111100 1000100

Color Harmonies of #CCDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE7D

Black with #CCDE7D

Text Example


Text Example

White with #CCDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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