Html Css Color HEX #CEF352 Mindaro

📋 copy color: '#CEF352'

red 206 ◦ green 243 ◦ blue 82

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

Shades of Mindaro #CEF352

Tints of Mindaro #CEF352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.76%

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 38.79%
G = 45.76%
B = 15.44%

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

#CEF352 (or 0xCEF352) is known color: Mindaro. HEX triplet: CE, F3 and 52. RGB value is (206,243,82). Sum of RGB (Red+Green+Blue) = 206+243+82=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF352 is #310CAD. Grayscale: #D6D6D6. Windows color (decimal): -3214510 or 5436366. OLE color: 5436366.

HSL color Cylindrical-coordinate representation of color #CEF352: hue angle of 73.79º degrees, saturation: 0.87, 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 #CEF352 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 82 -
CMYK 0.15 0 0.66 0.05
HSL 73.79º 0.87% 0.64% -
HSV(B) 73.79º 0.66% 0.95% -
XYZ 59.03 77.83 19.89 -
YUV 213.58 53.74 122.59 -
System Red Green Blue C M Y K H S L
Decimal 206 243 82 0.15 0 0.66 0.05 73.79 0.87 0.64
Hex CE F3 52 F 0 42 5 4A 57 40
Octal 316 363 122 17 0 102 5 112 127 100
Binary 11001110 11110011 1010010 1111 0 1000010 101 1001010 1010111 1000000

Color Harmonies of #CEF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF352

Black with #CEF352

Text Example


Text Example

White with #CEF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF352; }

 p { color: rgb(206,243,82); }

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

background-color css

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

 a { background-color: rgb(206,243,82); }

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

border-color css

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

 span { border-color: rgb(206,243,82); }

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