Html Css Color HEX #CBF361 Mindaro

📋 copy color: '#CBF361'

red 203 ◦ green 243 ◦ blue 97

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

Shades of Mindaro #CBF361

Tints of Mindaro #CBF361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 37.38%
G = 44.75%
B = 17.86%

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

#CBF361 (or 0xCBF361) is known color: Mindaro. HEX triplet: CB, F3 and 61. RGB value is (203,243,97). Sum of RGB (Red+Green+Blue) = 203+243+97=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF361 is #340C9E. Grayscale: #D6D6D6. Windows color (decimal): -3411103 or 6419403. OLE color: 6419403.

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

Color convert

RGB 203 243 97 -
CMYK 0.16 0 0.60 0.05
HSL 76.44º 0.86% 0.67% -
HSV(B) 76.44º 0.6% 0.95% -
XYZ 58.84 77.66 23.2 -
YUV 214.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 203 243 97 0.16 0 0.60 0.05 76.44 0.86 0.67
Hex CB F3 61 10 0 3C 5 4C 56 43
Octal 313 363 141 20 0 74 5 114 126 103
Binary 11001011 11110011 1100001 10000 0 111100 101 1001100 1010110 1000011

Color Harmonies of #CBF361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF361

Black with #CBF361

Text Example


Text Example

White with #CBF361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF361; }

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

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

background-color css

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

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

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

border-color css

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

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

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