Html Css Color HEX #CFE495 Reef

📋 copy color: '#CFE495'

red 207 ◦ green 228 ◦ blue 149

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

Shades of Reef #CFE495

Tints of Reef #CFE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.04%

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

R = 35.45%
G = 39.04%
B = 25.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CFE495 (or 0xCFE495) is known color: Reef. HEX triplet: CF, E4 and 95. RGB value is (207,228,149). Sum of RGB (Red+Green+Blue) = 207+228+149=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE495 is #301B6A. Grayscale: #D5D5D5. Windows color (decimal): -3152747 or 9823439. OLE color: 9823439.

HSL color Cylindrical-coordinate representation of color #CFE495: hue angle of 75.95º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE495 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 149 -
CMYK 0.09 0 0.35 0.11
HSL 75.95º 0.59% 0.74% -
HSV(B) 75.95º 0.35% 0.89% -
XYZ 58.9 70.92 39.02 -
YUV 212.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 207 228 149 0.09 0 0.35 0.11 75.95 0.59 0.74
Hex CF E4 95 9 0 23 B 4C 3B 4A
Octal 317 344 225 11 0 43 13 114 73 112
Binary 11001111 11100100 10010101 1001 0 100011 1011 1001100 111011 1001010

Color Harmonies of #CFE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE495

Black with #CFE495

Text Example


Text Example

White with #CFE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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