Html Css Color HEX #CFF95B Mindaro

📋 copy color: '#CFF95B'

red 207 ◦ green 249 ◦ blue 91

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

Shades of Mindaro #CFF95B

Tints of Mindaro #CFF95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.64%

R = 37.84%
G = 45.52%
B = 16.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CFF95B (or 0xCFF95B) is known color: Mindaro. HEX triplet: CF, F9 and 5B. RGB value is (207,249,91). Sum of RGB (Red+Green+Blue) = 207+249+91=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF95B is #3006A4. Grayscale: #DBDBDB. Windows color (decimal): -3147429 or 6027727. OLE color: 6027727.

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

Color convert

RGB 207 249 91 -
CMYK 0.17 0 0.63 0.02
HSL 75.95º 0.93% 0.67% -
HSV(B) 75.95º 0.63% 0.98% -
XYZ 61.5 81.77 22.44 -
YUV 218.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 207 249 91 0.17 0 0.63 0.02 75.95 0.93 0.67
Hex CF F9 5B 11 0 3F 2 4C 5D 43
Octal 317 371 133 21 0 77 2 114 135 103
Binary 11001111 11111001 1011011 10001 0 111111 10 1001100 1011101 1000011

Color Harmonies of #CFF95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF95B

Black with #CFF95B

Text Example


Text Example

White with #CFF95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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