Html Css Color HEX #CCED90 Reef

📋 copy color: '#CCED90'

red 204 ◦ green 237 ◦ blue 144

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

Shades of Reef #CCED90

Tints of Reef #CCED90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 34.87%
G = 40.51%
B = 24.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#CCED90 (or 0xCCED90) is known color: Reef. HEX triplet: CC, ED and 90. RGB value is (204,237,144). Sum of RGB (Red+Green+Blue) = 204+237+144=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED90 is #33126F. Grayscale: #D8D8D8. Windows color (decimal): -3347056 or 9498060. OLE color: 9498060.

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

Color convert

RGB 204 237 144 -
CMYK 0.14 0 0.39 0.07
HSL 81.29º 0.72% 0.75% -
HSV(B) 81.29º 0.39% 0.93% -
XYZ 60.22 75.42 37.77 -
YUV 216.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 204 237 144 0.14 0 0.39 0.07 81.29 0.72 0.75
Hex CC ED 90 E 0 27 7 51 48 4B
Octal 314 355 220 16 0 47 7 121 110 113
Binary 11001100 11101101 10010000 1110 0 100111 111 1010001 1001000 1001011

Color Harmonies of #CCED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED90

Black with #CCED90

Text Example


Text Example

White with #CCED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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