Html Css Color HEX #CFE094 Reef

📋 copy color: '#CFE094'

red 207 ◦ green 224 ◦ blue 148

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

Shades of Reef #CFE094

Tints of Reef #CFE094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 35.75%
G = 38.69%
B = 25.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CFE094 (or 0xCFE094) is known color: Reef. HEX triplet: CF, E0 and 94. RGB value is (207,224,148). Sum of RGB (Red+Green+Blue) = 207+224+148=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE094 is #301F6B. Grayscale: #D2D2D2. Windows color (decimal): -3153772 or 9756879. OLE color: 9756879.

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

Color convert

RGB 207 224 148 -
CMYK 0.08 0 0.34 0.12
HSL 73.42º 0.55% 0.73% -
HSV(B) 73.42º 0.34% 0.88% -
XYZ 57.73 68.71 38.24 -
YUV 210.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 207 224 148 0.08 0 0.34 0.12 73.42 0.55 0.73
Hex CF E0 94 8 0 22 C 49 37 49
Octal 317 340 224 10 0 42 14 111 67 111
Binary 11001111 11100000 10010100 1000 0 100010 1100 1001001 110111 1001001

Color Harmonies of #CFE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE094

Black with #CFE094

Text Example


Text Example

White with #CFE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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