Html Css Color HEX #CFEB9E Reef

📋 copy color: '#CFEB9E'

red 207 ◦ green 235 ◦ blue 158

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

Shades of Reef #CFEB9E

Tints of Reef #CFEB9E

RGB

 RED value IS 207 (81.25% from 255) = 34.5%

 GREEN value IS 235 (92.19% from 255) = 39.17%

 BLUE value IS 158 (62.11% from 255) = 26.33%

R = 34.5%
G = 39.17%
B = 26.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CFEB9E (or 0xCFEB9E) is known color: Reef. HEX triplet: CF, EB and 9E. RGB value is (207,235,158). Sum of RGB (Red+Green+Blue) = 207+235+158=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB9E is #301461. Grayscale: #DADADA. Windows color (decimal): -3150946 or 10415055. OLE color: 10415055.

HSL color Cylindrical-coordinate representation of color #CFEB9E: hue angle of 81.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEB9E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 158 -
CMYK 0.12 0 0.33 0.08
HSL 81.82º 0.66% 0.77% -
HSV(B) 81.82º 0.33% 0.92% -
XYZ 61.61 75.15 43.61 -
YUV 217.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 207 235 158 0.12 0 0.33 0.08 81.82 0.66 0.77
Hex CF EB 9E C 0 21 8 52 42 4D
Octal 317 353 236 14 0 41 10 122 102 115
Binary 11001111 11101011 10011110 1100 0 100001 1000 1010010 1000010 1001101

Color Harmonies of #CFEB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB9E

Black with #CFEB9E

Text Example


Text Example

White with #CFEB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB9E; }

 p { color: rgb(207,235,158); }

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

background-color css

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

 a { background-color: rgb(207,235,158); }

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

border-color css

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

 span { border-color: rgb(207,235,158); }

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