Html Css Color HEX #CEF154 Mindaro

📋 copy color: '#CEF154'

red 206 ◦ green 241 ◦ blue 84

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

Shades of Mindaro #CEF154

Tints of Mindaro #CEF154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.82%

R = 38.79%
G = 45.39%
B = 15.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CEF154 (or 0xCEF154) is known color: Mindaro. HEX triplet: CE, F1 and 54. RGB value is (206,241,84). Sum of RGB (Red+Green+Blue) = 206+241+84=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF154 is #310EAB. Grayscale: #D5D5D5. Windows color (decimal): -3215020 or 5566926. OLE color: 5566926.

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

Color convert

RGB 206 241 84 -
CMYK 0.15 0 0.65 0.05
HSL 73.38º 0.85% 0.64% -
HSV(B) 73.38º 0.65% 0.95% -
XYZ 58.51 76.67 20.1 -
YUV 212.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 206 241 84 0.15 0 0.65 0.05 73.38 0.85 0.64
Hex CE F1 54 F 0 41 5 49 55 40
Octal 316 361 124 17 0 101 5 111 125 100
Binary 11001110 11110001 1010100 1111 0 1000001 101 1001001 1010101 1000000

Color Harmonies of #CEF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF154

Black with #CEF154

Text Example


Text Example

White with #CEF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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