Html Css Color HEX #CEF96A Mindaro

📋 copy color: '#CEF96A'

red 206 ◦ green 249 ◦ blue 106

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

Shades of Mindaro #CEF96A

Tints of Mindaro #CEF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

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

R = 36.72%
G = 44.39%
B = 18.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CEF96A (or 0xCEF96A) is known color: Mindaro. HEX triplet: CE, F9 and 6A. RGB value is (206,249,106). Sum of RGB (Red+Green+Blue) = 206+249+106=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF96A is #310695. Grayscale: #DCDCDC. Windows color (decimal): -3212950 or 7010766. OLE color: 7010766.

HSL color Cylindrical-coordinate representation of color #CEF96A: hue angle of 78.04º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF96A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 106 -
CMYK 0.17 0 0.57 0.02
HSL 78.04º 0.92% 0.7% -
HSV(B) 78.04º 0.57% 0.98% -
XYZ 61.93 81.91 26.18 -
YUV 219.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 206 249 106 0.17 0 0.57 0.02 78.04 0.92 0.7
Hex CE F9 6A 11 0 39 2 4E 5C 46
Octal 316 371 152 21 0 71 2 116 134 106
Binary 11001110 11111001 1101010 10001 0 111001 10 1001110 1011100 1000110

Color Harmonies of #CEF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF96A

Black with #CEF96A

Text Example


Text Example

White with #CEF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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