Html Css Color HEX #CEF16A Mindaro

📋 copy color: '#CEF16A'

red 206 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #CEF16A

Tints of Mindaro #CEF16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 37.25%
G = 43.58%
B = 19.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#CEF16A (or 0xCEF16A) is known color: Mindaro. HEX triplet: CE, F1 and 6A. RGB value is (206,241,106). Sum of RGB (Red+Green+Blue) = 206+241+106=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16A is #310E95. Grayscale: #D7D7D7. Windows color (decimal): -3214998 or 7008718. OLE color: 7008718.

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

Color convert

RGB 206 241 106 -
CMYK 0.15 0 0.56 0.05
HSL 75.56º 0.83% 0.68% -
HSV(B) 75.56º 0.56% 0.95% -
XYZ 59.51 77.07 25.38 -
YUV 215.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 206 241 106 0.15 0 0.56 0.05 75.56 0.83 0.68
Hex CE F1 6A F 0 38 5 4C 53 44
Octal 316 361 152 17 0 70 5 114 123 104
Binary 11001110 11110001 1101010 1111 0 111000 101 1001100 1010011 1000100

Color Harmonies of #CEF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF16A

Black with #CEF16A

Text Example


Text Example

White with #CEF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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