Html Css Color HEX #CEFF5F Mindaro

📋 copy color: '#CEFF5F'

red 206 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #CEFF5F

Tints of Mindaro #CEFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

 BLUE value IS 95 (37.5% from 255) = 17.09%

R = 37.05%
G = 45.86%
B = 17.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#CEFF5F (or 0xCEFF5F) is known color: Mindaro. HEX triplet: CE, FF and 5F. RGB value is (206,255,95). Sum of RGB (Red+Green+Blue) = 206+255+95=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF5F is #3100A0. Grayscale: #DEDEDE. Windows color (decimal): -3211425 or 6291406. OLE color: 6291406.

HSL color Cylindrical-coordinate representation of color #CEFF5F: hue angle of 78.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFF5F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 95 -
CMYK 0.19 0 0.63 0
HSL 78.38º 1% 0.69% -
HSV(B) 78.38º 0.63% 1% -
XYZ 63.28 85.47 23.99 -
YUV 222.11 56.27 116.51 -
System Red Green Blue C M Y K H S L
Decimal 206 255 95 0.19 0 0.63 0 78.38 1 0.69
Hex CE FF 5F 13 0 3F 0 4E 64 45
Octal 316 377 137 23 0 77 0 116 144 105
Binary 11001110 11111111 1011111 10011 0 111111 0 1001110 1100100 1000101

Color Harmonies of #CEFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF5F

Black with #CEFF5F

Text Example


Text Example

White with #CEFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF5F; }

 p { color: rgb(206,255,95); }

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

background-color css

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

 a { background-color: rgb(206,255,95); }

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

border-color css

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

 span { border-color: rgb(206,255,95); }

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