Html Css Color HEX #CBF860 Mindaro

📋 copy color: '#CBF860'

red 203 ◦ green 248 ◦ blue 96

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

Shades of Mindaro #CBF860

Tints of Mindaro #CBF860

RGB

 RED value IS 203 (79.69% from 255) = 37.11%

 GREEN value IS 248 (97.27% from 255) = 45.34%

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

R = 37.11%
G = 45.34%
B = 17.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CBF860 (or 0xCBF860) is known color: Mindaro. HEX triplet: CB, F8 and 60. RGB value is (203,248,96). Sum of RGB (Red+Green+Blue) = 203+248+96=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF860 is #34079F. Grayscale: #D9D9D9. Windows color (decimal): -3409824 or 6355147. OLE color: 6355147.

HSL color Cylindrical-coordinate representation of color #CBF860: hue angle of 77.76º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF860 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 96 -
CMYK 0.18 0 0.61 0.03
HSL 77.76º 0.92% 0.67% -
HSV(B) 77.76º 0.61% 0.97% -
XYZ 60.31 80.68 23.46 -
YUV 217.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 203 248 96 0.18 0 0.61 0.03 77.76 0.92 0.67
Hex CB F8 60 12 0 3D 3 4E 5C 43
Octal 313 370 140 22 0 75 3 116 134 103
Binary 11001011 11111000 1100000 10010 0 111101 11 1001110 1011100 1000011

Color Harmonies of #CBF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF860

Black with #CBF860

Text Example


Text Example

White with #CBF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF860; }

 p { color: rgb(203,248,96); }

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

background-color css

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

 a { background-color: rgb(203,248,96); }

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

border-color css

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

 span { border-color: rgb(203,248,96); }

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