Html Css Color HEX #CFF95A Mindaro

📋 copy color: '#CFF95A'

red 207 ◦ green 249 ◦ blue 90

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

Shades of Mindaro #CFF95A

Tints of Mindaro #CFF95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

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

R = 37.91%
G = 45.6%
B = 16.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#CFF95A (or 0xCFF95A) is known color: Mindaro. HEX triplet: CF, F9 and 5A. RGB value is (207,249,90). Sum of RGB (Red+Green+Blue) = 207+249+90=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF95A is #3006A5. Grayscale: #DADADA. Windows color (decimal): -3147430 or 5962191. OLE color: 5962191.

HSL color Cylindrical-coordinate representation of color #CFF95A: hue angle of 75.85º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF95A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 90 -
CMYK 0.17 0 0.64 0.02
HSL 75.85º 0.93% 0.66% -
HSV(B) 75.85º 0.64% 0.98% -
XYZ 61.45 81.75 22.21 -
YUV 218.32 55.59 119.93 -
System Red Green Blue C M Y K H S L
Decimal 207 249 90 0.17 0 0.64 0.02 75.85 0.93 0.66
Hex CF F9 5A 11 0 40 2 4C 5D 42
Octal 317 371 132 21 0 100 2 114 135 102
Binary 11001111 11111001 1011010 10001 0 1000000 10 1001100 1011101 1000010

Color Harmonies of #CFF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF95A

Black with #CFF95A

Text Example


Text Example

White with #CFF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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