Html Css Color HEX #CFE095 Reef

📋 copy color: '#CFE095'

red 207 ◦ green 224 ◦ blue 149

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

Shades of Reef #CFE095

Tints of Reef #CFE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.62%

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

R = 35.69%
G = 38.62%
B = 25.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CFE095 (or 0xCFE095) is known color: Reef. HEX triplet: CF, E0 and 95. RGB value is (207,224,149). Sum of RGB (Red+Green+Blue) = 207+224+149=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE095 is #301F6A. Grayscale: #D2D2D2. Windows color (decimal): -3153771 or 9822415. OLE color: 9822415.

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

Color convert

RGB 207 224 149 -
CMYK 0.08 0 0.33 0.12
HSL 73.6º 0.55% 0.73% -
HSV(B) 73.6º 0.33% 0.88% -
XYZ 57.81 68.75 38.66 -
YUV 210.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 207 224 149 0.08 0 0.33 0.12 73.6 0.55 0.73
Hex CF E0 95 8 0 21 C 4A 37 49
Octal 317 340 225 10 0 41 14 112 67 111
Binary 11001111 11100000 10010101 1000 0 100001 1100 1001010 110111 1001001

Color Harmonies of #CFE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE095

Black with #CFE095

Text Example


Text Example

White with #CFE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE095; }

 p { color: rgb(207,224,149); }

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

background-color css

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

 a { background-color: rgb(207,224,149); }

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

border-color css

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

 span { border-color: rgb(207,224,149); }

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