Html Css Color HEX #CFE894 Reef

📋 copy color: '#CFE894'

red 207 ◦ green 232 ◦ blue 148

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

Shades of Reef #CFE894

Tints of Reef #CFE894

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.52%

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

R = 35.26%
G = 39.52%
B = 25.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CFE894 (or 0xCFE894) is known color: Reef. HEX triplet: CF, E8 and 94. RGB value is (207,232,148). Sum of RGB (Red+Green+Blue) = 207+232+148=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE894 is #30176B. Grayscale: #D7D7D7. Windows color (decimal): -3151724 or 9758927. OLE color: 9758927.

HSL color Cylindrical-coordinate representation of color #CFE894: hue angle of 77.86º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE894 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 148 -
CMYK 0.11 0 0.36 0.09
HSL 77.86º 0.65% 0.75% -
HSV(B) 77.86º 0.36% 0.91% -
XYZ 59.93 73.12 38.97 -
YUV 214.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 207 232 148 0.11 0 0.36 0.09 77.86 0.65 0.75
Hex CF E8 94 B 0 24 9 4E 41 4B
Octal 317 350 224 13 0 44 11 116 101 113
Binary 11001111 11101000 10010100 1011 0 100100 1001 1001110 1000001 1001011

Color Harmonies of #CFE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE894

Black with #CFE894

Text Example


Text Example

White with #CFE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE894; }

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

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

background-color css

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

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

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

border-color css

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

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

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