Html Css Color HEX #CFE995 Reef

📋 copy color: '#CFE995'

red 207 ◦ green 233 ◦ blue 149

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

Shades of Reef #CFE995

Tints of Reef #CFE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.56%

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

R = 35.14%
G = 39.56%
B = 25.3%

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

#CFE995 (or 0xCFE995) is known color: Reef. HEX triplet: CF, E9 and 95. RGB value is (207,233,149). Sum of RGB (Red+Green+Blue) = 207+233+149=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE995 is #30166A. Grayscale: #D7D7D7. Windows color (decimal): -3151467 or 9824719. OLE color: 9824719.

HSL color Cylindrical-coordinate representation of color #CFE995: hue angle of 78.57º degrees, saturation: 0.66, 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 #CFE995 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 149 -
CMYK 0.11 0 0.36 0.09
HSL 78.57º 0.66% 0.75% -
HSV(B) 78.57º 0.36% 0.91% -
XYZ 60.3 73.71 39.48 -
YUV 215.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 207 233 149 0.11 0 0.36 0.09 78.57 0.66 0.75
Hex CF E9 95 B 0 24 9 4F 42 4B
Octal 317 351 225 13 0 44 11 117 102 113
Binary 11001111 11101001 10010101 1011 0 100100 1001 1001111 1000010 1001011

Color Harmonies of #CFE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE995

Black with #CFE995

Text Example


Text Example

White with #CFE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE995; }

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

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

background-color css

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

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

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

border-color css

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

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

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