Html Css Color HEX #CFE295 Reef

📋 copy color: '#CFE295'

red 207 ◦ green 226 ◦ blue 149

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

Shades of Reef #CFE295

Tints of Reef #CFE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

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

R = 35.57%
G = 38.83%
B = 25.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CFE295 (or 0xCFE295) is known color: Reef. HEX triplet: CF, E2 and 95. RGB value is (207,226,149). Sum of RGB (Red+Green+Blue) = 207+226+149=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE295 is #301D6A. Grayscale: #D3D3D3. Windows color (decimal): -3153259 or 9822927. OLE color: 9822927.

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

Color convert

RGB 207 226 149 -
CMYK 0.08 0 0.34 0.11
HSL 74.81º 0.57% 0.74% -
HSV(B) 74.81º 0.34% 0.89% -
XYZ 58.35 69.83 38.84 -
YUV 211.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 207 226 149 0.08 0 0.34 0.11 74.81 0.57 0.74
Hex CF E2 95 8 0 22 B 4B 39 4A
Octal 317 342 225 10 0 42 13 113 71 112
Binary 11001111 11100010 10010101 1000 0 100010 1011 1001011 111001 1001010

Color Harmonies of #CFE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE295

Black with #CFE295

Text Example


Text Example

White with #CFE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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