Html Css Color HEX #CCED9A Reef

📋 copy color: '#CCED9A'

red 204 ◦ green 237 ◦ blue 154

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

Shades of Reef #CCED9A

Tints of Reef #CCED9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.88%

R = 34.29%
G = 39.83%
B = 25.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#CCED9A (or 0xCCED9A) is known color: Reef. HEX triplet: CC, ED and 9A. RGB value is (204,237,154). Sum of RGB (Red+Green+Blue) = 204+237+154=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED9A is #331265. Grayscale: #D9D9D9. Windows color (decimal): -3347046 or 10153420. OLE color: 10153420.

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

Color convert

RGB 204 237 154 -
CMYK 0.14 0 0.35 0.07
HSL 83.86º 0.7% 0.77% -
HSV(B) 83.86º 0.35% 0.93% -
XYZ 61.02 75.74 41.97 -
YUV 217.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 204 237 154 0.14 0 0.35 0.07 83.86 0.7 0.77
Hex CC ED 9A E 0 23 7 54 46 4D
Octal 314 355 232 16 0 43 7 124 106 115
Binary 11001100 11101101 10011010 1110 0 100011 111 1010100 1000110 1001101

Color Harmonies of #CCED9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED9A

Black with #CCED9A

Text Example


Text Example

White with #CCED9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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