Html Css Color HEX #CFE760 Mindaro

📋 copy color: '#CFE760'

red 207 ◦ green 231 ◦ blue 96

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

Shades of Mindaro #CFE760

Tints of Mindaro #CFE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.26%

 BLUE value IS 96 (37.89% from 255) = 17.98%

R = 38.76%
G = 43.26%
B = 17.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CFE760 (or 0xCFE760) is known color: Mindaro. HEX triplet: CF, E7 and 60. RGB value is (207,231,96). Sum of RGB (Red+Green+Blue) = 207+231+96=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE760 is #30189F. Grayscale: #D0D0D0. Windows color (decimal): -3152032 or 6350799. OLE color: 6350799.

HSL color Cylindrical-coordinate representation of color #CFE760: hue angle of 70.67º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE760 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 96 -
CMYK 0.10 0 0.58 0.09
HSL 70.67º 0.74% 0.64% -
HSV(B) 70.67º 0.58% 0.91% -
XYZ 56.42 71.26 21.85 -
YUV 208.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 207 231 96 0.10 0 0.58 0.09 70.67 0.74 0.64
Hex CF E7 60 A 0 3A 9 47 4A 40
Octal 317 347 140 12 0 72 11 107 112 100
Binary 11001111 11100111 1100000 1010 0 111010 1001 1000111 1001010 1000000

Color Harmonies of #CFE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE760

Black with #CFE760

Text Example


Text Example

White with #CFE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE760; }

 p { color: rgb(207,231,96); }

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

background-color css

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

 a { background-color: rgb(207,231,96); }

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

border-color css

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

 span { border-color: rgb(207,231,96); }

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