Html Css Color HEX #CFED96 Reef

📋 copy color: '#CFED96'

red 207 ◦ green 237 ◦ blue 150

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

Shades of Reef #CFED96

Tints of Reef #CFED96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.25%

R = 34.85%
G = 39.9%
B = 25.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#CFED96 (or 0xCFED96) is known color: Reef. HEX triplet: CF, ED and 96. RGB value is (207,237,150). Sum of RGB (Red+Green+Blue) = 207+237+150=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED96 is #301269. Grayscale: #DADADA. Windows color (decimal): -3150442 or 9891279. OLE color: 9891279.

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

Color convert

RGB 207 237 150 -
CMYK 0.13 0 0.37 0.07
HSL 80.69º 0.71% 0.76% -
HSV(B) 80.69º 0.37% 0.93% -
XYZ 61.52 76.04 40.29 -
YUV 218.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 207 237 150 0.13 0 0.37 0.07 80.69 0.71 0.76
Hex CF ED 96 D 0 25 7 51 47 4C
Octal 317 355 226 15 0 45 7 121 107 114
Binary 11001111 11101101 10010110 1101 0 100101 111 1010001 1000111 1001100

Color Harmonies of #CFED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED96

Black with #CFED96

Text Example


Text Example

White with #CFED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED96; }

 p { color: rgb(207,237,150); }

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

background-color css

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

 a { background-color: rgb(207,237,150); }

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

border-color css

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

 span { border-color: rgb(207,237,150); }

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