Html Css Color HEX #CEED99 Reef

📋 copy color: '#CEED99'

red 206 ◦ green 237 ◦ blue 153

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

Shades of Reef #CEED99

Tints of Reef #CEED99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 34.56%
G = 39.77%
B = 25.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#CEED99 (or 0xCEED99) is known color: Reef. HEX triplet: CE, ED and 99. RGB value is (206,237,153). Sum of RGB (Red+Green+Blue) = 206+237+153=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED99 is #311266. Grayscale: #DADADA. Windows color (decimal): -3215975 or 10087886. OLE color: 10087886.

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

Color convert

RGB 206 237 153 -
CMYK 0.13 0 0.35 0.07
HSL 82.14º 0.7% 0.76% -
HSV(B) 82.14º 0.35% 0.93% -
XYZ 61.49 75.99 41.56 -
YUV 218.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 206 237 153 0.13 0 0.35 0.07 82.14 0.7 0.76
Hex CE ED 99 D 0 23 7 52 46 4C
Octal 316 355 231 15 0 43 7 122 106 114
Binary 11001110 11101101 10011001 1101 0 100011 111 1010010 1000110 1001100

Color Harmonies of #CEED99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED99

Black with #CEED99

Text Example


Text Example

White with #CEED99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED99; }

 p { color: rgb(206,237,153); }

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

background-color css

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

 a { background-color: rgb(206,237,153); }

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

border-color css

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

 span { border-color: rgb(206,237,153); }

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