Html Css Color HEX #CEF195 Reef

📋 copy color: '#CEF195'

red 206 ◦ green 241 ◦ blue 149

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

Shades of Reef #CEF195

Tints of Reef #CEF195

RGB

 RED value IS 206 (80.86% from 255) = 34.56%

 GREEN value IS 241 (94.53% from 255) = 40.44%

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

R = 34.56%
G = 40.44%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CEF195 (or 0xCEF195) is known color: Reef. HEX triplet: CE, F1 and 95. RGB value is (206,241,149). Sum of RGB (Red+Green+Blue) = 206+241+149=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF195 is #310E6A. Grayscale: #DCDCDC. Windows color (decimal): -3214955 or 9826766. OLE color: 9826766.

HSL color Cylindrical-coordinate representation of color #CEF195: hue angle of 82.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF195 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 149 -
CMYK 0.15 0 0.38 0.05
HSL 82.83º 0.77% 0.76% -
HSV(B) 82.83º 0.38% 0.95% -
XYZ 62.33 78.2 40.24 -
YUV 220.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 206 241 149 0.15 0 0.38 0.05 82.83 0.77 0.76
Hex CE F1 95 F 0 26 5 53 4D 4C
Octal 316 361 225 17 0 46 5 123 115 114
Binary 11001110 11110001 10010101 1111 0 100110 101 1010011 1001101 1001100

Color Harmonies of #CEF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF195

Black with #CEF195

Text Example


Text Example

White with #CEF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF195; }

 p { color: rgb(206,241,149); }

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

background-color css

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

 a { background-color: rgb(206,241,149); }

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

border-color css

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

 span { border-color: rgb(206,241,149); }

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