Html Css Color HEX #CFE95D Mindaro

📋 copy color: '#CFE95D'

red 207 ◦ green 233 ◦ blue 93

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

Shades of Mindaro #CFE95D

Tints of Mindaro #CFE95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 38.84%
G = 43.71%
B = 17.45%

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

#CFE95D (or 0xCFE95D) is known color: Mindaro. HEX triplet: CF, E9 and 5D. RGB value is (207,233,93). Sum of RGB (Red+Green+Blue) = 207+233+93=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE95D is #3016A2. Grayscale: #D1D1D1. Windows color (decimal): -3151523 or 6154703. OLE color: 6154703.

HSL color Cylindrical-coordinate representation of color #CFE95D: hue angle of 71.14º 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 #CFE95D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 93 -
CMYK 0.11 0 0.60 0.09
HSL 71.14º 0.76% 0.64% -
HSV(B) 71.14º 0.6% 0.91% -
XYZ 56.85 72.33 21.32 -
YUV 209.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 207 233 93 0.11 0 0.60 0.09 71.14 0.76 0.64
Hex CF E9 5D B 0 3C 9 47 4C 40
Octal 317 351 135 13 0 74 11 107 114 100
Binary 11001111 11101001 1011101 1011 0 111100 1001 1000111 1001100 1000000

Color Harmonies of #CFE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE95D

Black with #CFE95D

Text Example


Text Example

White with #CFE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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