Html Css Color HEX #CEF265 Mindaro

📋 copy color: '#CEF265'

red 206 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #CEF265

Tints of Mindaro #CEF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

 BLUE value IS 101 (39.84% from 255) = 18.4%

R = 37.52%
G = 44.08%
B = 18.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CEF265 (or 0xCEF265) is known color: Mindaro. HEX triplet: CE, F2 and 65. RGB value is (206,242,101). Sum of RGB (Red+Green+Blue) = 206+242+101=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF265 is #310D9A. Grayscale: #D7D7D7. Windows color (decimal): -3214747 or 6681294. OLE color: 6681294.

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

Color convert

RGB 206 242 101 -
CMYK 0.15 0 0.58 0.05
HSL 75.32º 0.84% 0.67% -
HSV(B) 75.32º 0.58% 0.95% -
XYZ 59.55 77.57 24.14 -
YUV 215.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 206 242 101 0.15 0 0.58 0.05 75.32 0.84 0.67
Hex CE F2 65 F 0 3A 5 4B 54 43
Octal 316 362 145 17 0 72 5 113 124 103
Binary 11001110 11110010 1100101 1111 0 111010 101 1001011 1010100 1000011

Color Harmonies of #CEF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF265

Black with #CEF265

Text Example


Text Example

White with #CEF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF265; }

 p { color: rgb(206,242,101); }

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

background-color css

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

 a { background-color: rgb(206,242,101); }

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

border-color css

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

 span { border-color: rgb(206,242,101); }

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