Html Css Color HEX #CBF460 Mindaro

📋 copy color: '#CBF460'

red 203 ◦ green 244 ◦ blue 96

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

Shades of Mindaro #CBF460

Tints of Mindaro #CBF460

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.94%

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

R = 37.38%
G = 44.94%
B = 17.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CBF460 (or 0xCBF460) is known color: Mindaro. HEX triplet: CB, F4 and 60. RGB value is (203,244,96). Sum of RGB (Red+Green+Blue) = 203+244+96=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF460 is #340B9F. Grayscale: #D7D7D7. Windows color (decimal): -3410848 or 6354123. OLE color: 6354123.

HSL color Cylindrical-coordinate representation of color #CBF460: hue angle of 76.62º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF460 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 96 -
CMYK 0.17 0 0.61 0.04
HSL 76.62º 0.87% 0.67% -
HSV(B) 76.62º 0.61% 0.96% -
XYZ 59.09 78.24 23.05 -
YUV 214.87 60.92 119.53 -
System Red Green Blue C M Y K H S L
Decimal 203 244 96 0.17 0 0.61 0.04 76.62 0.87 0.67
Hex CB F4 60 11 0 3D 4 4D 57 43
Octal 313 364 140 21 0 75 4 115 127 103
Binary 11001011 11110100 1100000 10001 0 111101 100 1001101 1010111 1000011

Color Harmonies of #CBF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF460

Black with #CBF460

Text Example


Text Example

White with #CBF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF460; }

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

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

background-color css

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

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

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

border-color css

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

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

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