Html Css Color HEX #CFEB9D Reef

📋 copy color: '#CFEB9D'

red 207 ◦ green 235 ◦ blue 157

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

Shades of Reef #CFEB9D

Tints of Reef #CFEB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.21%

R = 34.56%
G = 39.23%
B = 26.21%

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

#CFEB9D (or 0xCFEB9D) is known color: Reef. HEX triplet: CF, EB and 9D. RGB value is (207,235,157). Sum of RGB (Red+Green+Blue) = 207+235+157=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB9D is #301462. Grayscale: #DADADA. Windows color (decimal): -3150947 or 10349519. OLE color: 10349519.

HSL color Cylindrical-coordinate representation of color #CFEB9D: hue angle of 81.54º 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 #CFEB9D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 157 -
CMYK 0.12 0 0.33 0.08
HSL 81.54º 0.66% 0.77% -
HSV(B) 81.54º 0.33% 0.92% -
XYZ 61.53 75.12 43.15 -
YUV 217.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 207 235 157 0.12 0 0.33 0.08 81.54 0.66 0.77
Hex CF EB 9D C 0 21 8 52 42 4D
Octal 317 353 235 14 0 41 10 122 102 115
Binary 11001111 11101011 10011101 1100 0 100001 1000 1010010 1000010 1001101

Color Harmonies of #CFEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB9D

Black with #CFEB9D

Text Example


Text Example

White with #CFEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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