Html Css Color HEX #CFF965 Mindaro

📋 copy color: '#CFF965'

red 207 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #CFF965

Tints of Mindaro #CFF965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.13%

R = 37.16%
G = 44.7%
B = 18.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CFF965 (or 0xCFF965) is known color: Mindaro. HEX triplet: CF, F9 and 65. RGB value is (207,249,101). Sum of RGB (Red+Green+Blue) = 207+249+101=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF965 is #30069A. Grayscale: #DCDCDC. Windows color (decimal): -3147419 or 6683087. OLE color: 6683087.

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

Color convert

RGB 207 249 101 -
CMYK 0.17 0 0.59 0.02
HSL 77.03º 0.93% 0.69% -
HSV(B) 77.03º 0.59% 0.98% -
XYZ 61.96 81.96 24.87 -
YUV 219.57 61.09 119.03 -
System Red Green Blue C M Y K H S L
Decimal 207 249 101 0.17 0 0.59 0.02 77.03 0.93 0.69
Hex CF F9 65 11 0 3B 2 4D 5C 45
Octal 317 371 145 21 0 73 2 115 134 105
Binary 11001111 11111001 1100101 10001 0 111011 10 1001101 1011100 1000101

Color Harmonies of #CFF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF965

Black with #CFF965

Text Example


Text Example

White with #CFF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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