Html Css Color HEX #CEF153 Mindaro

📋 copy color: '#CEF153'

red 206 ◦ green 241 ◦ blue 83

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

Shades of Mindaro #CEF153

Tints of Mindaro #CEF153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.66%

R = 38.87%
G = 45.47%
B = 15.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#CEF153 (or 0xCEF153) is known color: Mindaro. HEX triplet: CE, F1 and 53. RGB value is (206,241,83). Sum of RGB (Red+Green+Blue) = 206+241+83=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF153 is #310EAC. Grayscale: #D5D5D5. Windows color (decimal): -3215021 or 5501390. OLE color: 5501390.

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

Color convert

RGB 206 241 83 -
CMYK 0.15 0 0.66 0.05
HSL 73.29º 0.85% 0.64% -
HSV(B) 73.29º 0.66% 0.95% -
XYZ 58.47 76.66 19.9 -
YUV 212.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 206 241 83 0.15 0 0.66 0.05 73.29 0.85 0.64
Hex CE F1 53 F 0 42 5 49 55 40
Octal 316 361 123 17 0 102 5 111 125 100
Binary 11001110 11110001 1010011 1111 0 1000010 101 1001001 1010101 1000000

Color Harmonies of #CEF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF153

Black with #CEF153

Text Example


Text Example

White with #CEF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF153; }

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

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

background-color css

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

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

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

border-color css

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

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

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