Html Css Color HEX #CFE65F Mindaro

📋 copy color: '#CFE65F'

red 207 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #CFE65F

Tints of Mindaro #CFE65F

RGB

 RED value IS 207 (81.25% from 255) = 38.91%

 GREEN value IS 230 (90.23% from 255) = 43.23%

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

R = 38.91%
G = 43.23%
B = 17.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CFE65F (or 0xCFE65F) is known color: Mindaro. HEX triplet: CF, E6 and 5F. RGB value is (207,230,95). Sum of RGB (Red+Green+Blue) = 207+230+95=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE65F is #3019A0. Grayscale: #D0D0D0. Windows color (decimal): -3152289 or 6285007. OLE color: 6285007.

HSL color Cylindrical-coordinate representation of color #CFE65F: hue angle of 70.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFE65F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 95 -
CMYK 0.10 0 0.59 0.10
HSL 70.22º 0.73% 0.64% -
HSV(B) 70.22º 0.59% 0.9% -
XYZ 56.09 70.69 21.51 -
YUV 207.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 207 230 95 0.10 0 0.59 0.10 70.22 0.73 0.64
Hex CF E6 5F A 0 3B A 46 49 40
Octal 317 346 137 12 0 73 12 106 111 100
Binary 11001111 11100110 1011111 1010 0 111011 1010 1000110 1001001 1000000

Color Harmonies of #CFE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE65F

Black with #CFE65F

Text Example


Text Example

White with #CFE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE65F; }

 p { color: rgb(207,230,95); }

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

background-color css

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

 a { background-color: rgb(207,230,95); }

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

border-color css

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

 span { border-color: rgb(207,230,95); }

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