Html Css Color HEX #CFE95E Mindaro

📋 copy color: '#CFE95E'

red 207 ◦ green 233 ◦ blue 94

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

Shades of Mindaro #CFE95E

Tints of Mindaro #CFE95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 38.76%
G = 43.63%
B = 17.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CFE95E (or 0xCFE95E) is known color: Mindaro. HEX triplet: CF, E9 and 5E. RGB value is (207,233,94). Sum of RGB (Red+Green+Blue) = 207+233+94=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE95E is #3016A1. Grayscale: #D1D1D1. Windows color (decimal): -3151522 or 6220239. OLE color: 6220239.

HSL color Cylindrical-coordinate representation of color #CFE95E: hue angle of 71.22º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE95E is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 94 -
CMYK 0.11 0 0.60 0.09
HSL 71.22º 0.76% 0.64% -
HSV(B) 71.22º 0.6% 0.91% -
XYZ 56.89 72.35 21.56 -
YUV 209.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 207 233 94 0.11 0 0.60 0.09 71.22 0.76 0.64
Hex CF E9 5E B 0 3C 9 47 4C 40
Octal 317 351 136 13 0 74 11 107 114 100
Binary 11001111 11101001 1011110 1011 0 111100 1001 1000111 1001100 1000000

Color Harmonies of #CFE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE95E

Black with #CFE95E

Text Example


Text Example

White with #CFE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE95E; }

 p { color: rgb(207,233,94); }

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

background-color css

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

 a { background-color: rgb(207,233,94); }

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

border-color css

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

 span { border-color: rgb(207,233,94); }

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