Html Css Color HEX #CEFA6C Mindaro

📋 copy color: '#CEFA6C'

red 206 ◦ green 250 ◦ blue 108

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

Shades of Mindaro #CEFA6C

Tints of Mindaro #CEFA6C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.33%

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 36.52%
G = 44.33%
B = 19.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CEFA6C (or 0xCEFA6C) is known color: Mindaro. HEX triplet: CE, FA and 6C. RGB value is (206,250,108). Sum of RGB (Red+Green+Blue) = 206+250+108=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA6C is #310593. Grayscale: #DDDDDD. Windows color (decimal): -3212692 or 7142094. OLE color: 7142094.

HSL color Cylindrical-coordinate representation of color #CEFA6C: hue angle of 78.59º degrees, saturation: 0.93, 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 #CEFA6C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 108 -
CMYK 0.18 0 0.57 0.02
HSL 78.59º 0.93% 0.7% -
HSV(B) 78.59º 0.57% 0.98% -
XYZ 62.35 82.58 26.84 -
YUV 220.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 206 250 108 0.18 0 0.57 0.02 78.59 0.93 0.7
Hex CE FA 6C 12 0 39 2 4F 5D 46
Octal 316 372 154 22 0 71 2 117 135 106
Binary 11001110 11111010 1101100 10010 0 111001 10 1001111 1011101 1000110

Color Harmonies of #CEFA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA6C

Black with #CEFA6C

Text Example


Text Example

White with #CEFA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA6C; }

 p { color: rgb(206,250,108); }

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

background-color css

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

 a { background-color: rgb(206,250,108); }

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

border-color css

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

 span { border-color: rgb(206,250,108); }

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