Html Css Color HEX #CCDE7A Sulu

📋 copy color: '#CCDE7A'

red 204 ◦ green 222 ◦ blue 122

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

Shades of Sulu #CCDE7A

Tints of Sulu #CCDE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.26%

R = 37.23%
G = 40.51%
B = 22.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#CCDE7A (or 0xCCDE7A) is known color: Sulu. HEX triplet: CC, DE and 7A. RGB value is (204,222,122). Sum of RGB (Red+Green+Blue) = 204+222+122=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE7A is #332185. Grayscale: #CDCDCD. Windows color (decimal): -3350918 or 8052428. OLE color: 8052428.

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

Color convert

RGB 204 222 122 -
CMYK 0.08 0 0.45 0.13
HSL 70.8º 0.6% 0.67% -
HSV(B) 70.8º 0.45% 0.87% -
XYZ 54.54 66.49 28.37 -
YUV 205.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 204 222 122 0.08 0 0.45 0.13 70.8 0.6 0.67
Hex CC DE 7A 8 0 2D D 47 3C 43
Octal 314 336 172 10 0 55 15 107 74 103
Binary 11001100 11011110 1111010 1000 0 101101 1101 1000111 111100 1000011

Color Harmonies of #CCDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE7A

Black with #CCDE7A

Text Example


Text Example

White with #CCDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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