Html Css Color HEX #CCED85 Sulu

📋 copy color: '#CCED85'

red 204 ◦ green 237 ◦ blue 133

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

Shades of Sulu #CCED85

Tints of Sulu #CCED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 35.54%
G = 41.29%
B = 23.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#CCED85 (or 0xCCED85) is known color: Sulu. HEX triplet: CC, ED and 85. RGB value is (204,237,133). Sum of RGB (Red+Green+Blue) = 204+237+133=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED85 is #33127A. Grayscale: #D7D7D7. Windows color (decimal): -3347067 or 8777164. OLE color: 8777164.

HSL color Cylindrical-coordinate representation of color #CCED85: hue angle of 79.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCED85 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 133 -
CMYK 0.14 0 0.44 0.07
HSL 79.04º 0.74% 0.73% -
HSV(B) 79.04º 0.44% 0.93% -
XYZ 59.42 75.1 33.55 -
YUV 215.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 204 237 133 0.14 0 0.44 0.07 79.04 0.74 0.73
Hex CC ED 85 E 0 2C 7 4F 4A 49
Octal 314 355 205 16 0 54 7 117 112 111
Binary 11001100 11101101 10000101 1110 0 101100 111 1001111 1001010 1001001

Color Harmonies of #CCED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED85

Black with #CCED85

Text Example


Text Example

White with #CCED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED85; }

 p { color: rgb(204,237,133); }

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

background-color css

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

 a { background-color: rgb(204,237,133); }

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

border-color css

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

 span { border-color: rgb(204,237,133); }

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