Html Css Color HEX #CCDF7D Sulu

📋 copy color: '#CCDF7D'

red 204 ◦ green 223 ◦ blue 125

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

Shades of Sulu #CCDF7D

Tints of Sulu #CCDF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

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

R = 36.96%
G = 40.4%
B = 22.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#CCDF7D (or 0xCCDF7D) is known color: Sulu. HEX triplet: CC, DF and 7D. RGB value is (204,223,125). Sum of RGB (Red+Green+Blue) = 204+223+125=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF7D is #332082. Grayscale: #CECECE. Windows color (decimal): -3350659 or 8249292. OLE color: 8249292.

HSL color Cylindrical-coordinate representation of color #CCDF7D: hue angle of 71.63º 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 #CCDF7D is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 125 -
CMYK 0.09 0 0.44 0.13
HSL 71.63º 0.6% 0.68% -
HSV(B) 71.63º 0.44% 0.87% -
XYZ 54.99 67.09 29.45 -
YUV 206.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 204 223 125 0.09 0 0.44 0.13 71.63 0.6 0.68
Hex CC DF 7D 9 0 2C D 48 3C 44
Octal 314 337 175 11 0 54 15 110 74 104
Binary 11001100 11011111 1111101 1001 0 101100 1101 1001000 111100 1000100

Color Harmonies of #CCDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF7D

Black with #CCDF7D

Text Example


Text Example

White with #CCDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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