Html Css Color HEX #CBF360 Mindaro

📋 copy color: '#CBF360'

red 203 ◦ green 243 ◦ blue 96

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

Shades of Mindaro #CBF360

Tints of Mindaro #CBF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

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

R = 37.45%
G = 44.83%
B = 17.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CBF360 (or 0xCBF360) is known color: Mindaro. HEX triplet: CB, F3 and 60. RGB value is (203,243,96). Sum of RGB (Red+Green+Blue) = 203+243+96=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF360 is #340C9F. Grayscale: #D6D6D6. Windows color (decimal): -3411104 or 6353867. OLE color: 6353867.

HSL color Cylindrical-coordinate representation of color #CBF360: hue angle of 76.33º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF360 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 96 -
CMYK 0.16 0 0.60 0.05
HSL 76.33º 0.86% 0.66% -
HSV(B) 76.33º 0.6% 0.95% -
XYZ 58.79 77.64 22.95 -
YUV 214.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 203 243 96 0.16 0 0.60 0.05 76.33 0.86 0.66
Hex CB F3 60 10 0 3C 5 4C 56 42
Octal 313 363 140 20 0 74 5 114 126 102
Binary 11001011 11110011 1100000 10000 0 111100 101 1001100 1010110 1000010

Color Harmonies of #CBF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF360

Black with #CBF360

Text Example


Text Example

White with #CBF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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