Html Css Color HEX #CFE95A Mindaro

📋 copy color: '#CFE95A'

red 207 ◦ green 233 ◦ blue 90

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

Shades of Mindaro #CFE95A

Tints of Mindaro #CFE95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 39.06%
G = 43.96%
B = 16.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CFE95A (or 0xCFE95A) is known color: Mindaro. HEX triplet: CF, E9 and 5A. RGB value is (207,233,90). Sum of RGB (Red+Green+Blue) = 207+233+90=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE95A is #3016A5. Grayscale: #D1D1D1. Windows color (decimal): -3151526 or 5958095. OLE color: 5958095.

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

Color convert

RGB 207 233 90 -
CMYK 0.11 0 0.61 0.09
HSL 70.91º 0.76% 0.63% -
HSV(B) 70.91º 0.61% 0.91% -
XYZ 56.72 72.28 20.64 -
YUV 208.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 207 233 90 0.11 0 0.61 0.09 70.91 0.76 0.63
Hex CF E9 5A B 0 3D 9 47 4C 3F
Octal 317 351 132 13 0 75 11 107 114 77
Binary 11001111 11101001 1011010 1011 0 111101 1001 1000111 1001100 111111

Color Harmonies of #CFE95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE95A

Black with #CFE95A

Text Example


Text Example

White with #CFE95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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