Html Css Color HEX #CEE595 Reef

📋 copy color: '#CEE595'

red 206 ◦ green 229 ◦ blue 149

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

Shades of Reef #CEE595

Tints of Reef #CEE595

RGB

 RED value IS 206 (80.86% from 255) = 35.27%

 GREEN value IS 229 (89.84% from 255) = 39.21%

 BLUE value IS 149 (58.59% from 255) = 25.51%

R = 35.27%
G = 39.21%
B = 25.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CEE595 (or 0xCEE595) is known color: Reef. HEX triplet: CE, E5 and 95. RGB value is (206,229,149). Sum of RGB (Red+Green+Blue) = 206+229+149=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE595 is #311A6A. Grayscale: #D5D5D5. Windows color (decimal): -3218027 or 9823694. OLE color: 9823694.

HSL color Cylindrical-coordinate representation of color #CEE595: hue angle of 77.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEE595 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 149 -
CMYK 0.10 0 0.35 0.10
HSL 77.25º 0.61% 0.74% -
HSV(B) 77.25º 0.35% 0.9% -
XYZ 58.9 71.33 39.1 -
YUV 213 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 206 229 149 0.10 0 0.35 0.10 77.25 0.61 0.74
Hex CE E5 95 A 0 23 A 4D 3D 4A
Octal 316 345 225 12 0 43 12 115 75 112
Binary 11001110 11100101 10010101 1010 0 100011 1010 1001101 111101 1001010

Color Harmonies of #CEE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE595

Black with #CEE595

Text Example


Text Example

White with #CEE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE595; }

 p { color: rgb(206,229,149); }

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

background-color css

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

 a { background-color: rgb(206,229,149); }

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

border-color css

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

 span { border-color: rgb(206,229,149); }

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