Html Css Color HEX #CEF194 Reef

📋 copy color: '#CEF194'

red 206 ◦ green 241 ◦ blue 148

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

Shades of Reef #CEF194

Tints of Reef #CEF194

RGB

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

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

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

R = 34.62%
G = 40.5%
B = 24.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CEF194 (or 0xCEF194) is known color: Reef. HEX triplet: CE, F1 and 94. RGB value is (206,241,148). Sum of RGB (Red+Green+Blue) = 206+241+148=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF194 is #310E6B. Grayscale: #DCDCDC. Windows color (decimal): -3214956 or 9761230. OLE color: 9761230.

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

Color convert

RGB 206 241 148 -
CMYK 0.15 0 0.39 0.05
HSL 82.58º 0.77% 0.76% -
HSV(B) 82.58º 0.39% 0.95% -
XYZ 62.25 78.17 39.82 -
YUV 219.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 206 241 148 0.15 0 0.39 0.05 82.58 0.77 0.76
Hex CE F1 94 F 0 27 5 53 4D 4C
Octal 316 361 224 17 0 47 5 123 115 114
Binary 11001110 11110001 10010100 1111 0 100111 101 1010011 1001101 1001100

Color Harmonies of #CEF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF194

Black with #CEF194

Text Example


Text Example

White with #CEF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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