Html Css Color HEX #CBF960 Mindaro

📋 copy color: '#CBF960'

red 203 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #CBF960

Tints of Mindaro #CBF960

RGB

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

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

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

R = 37.04%
G = 45.44%
B = 17.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CBF960 (or 0xCBF960) is known color: Mindaro. HEX triplet: CB, F9 and 60. RGB value is (203,249,96). Sum of RGB (Red+Green+Blue) = 203+249+96=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF960 is #34069F. Grayscale: #DADADA. Windows color (decimal): -3409568 or 6355403. OLE color: 6355403.

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

Color convert

RGB 203 249 96 -
CMYK 0.18 0 0.61 0.02
HSL 78.04º 0.93% 0.68% -
HSV(B) 78.04º 0.61% 0.98% -
XYZ 60.62 81.29 23.56 -
YUV 217.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 203 249 96 0.18 0 0.61 0.02 78.04 0.93 0.68
Hex CB F9 60 12 0 3D 2 4E 5D 44
Octal 313 371 140 22 0 75 2 116 135 104
Binary 11001011 11111001 1100000 10010 0 111101 10 1001110 1011101 1000100

Color Harmonies of #CBF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF960

Black with #CBF960

Text Example


Text Example

White with #CBF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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