Html Css Color HEX #CBF364 Mindaro

📋 copy color: '#CBF364'

red 203 ◦ green 243 ◦ blue 100

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

Shades of Mindaro #CBF364

Tints of Mindaro #CBF364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 37.18%
G = 44.51%
B = 18.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CBF364 (or 0xCBF364) is known color: Mindaro. HEX triplet: CB, F3 and 64. RGB value is (203,243,100). Sum of RGB (Red+Green+Blue) = 203+243+100=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF364 is #340C9B. Grayscale: #D7D7D7. Windows color (decimal): -3411100 or 6616011. OLE color: 6616011.

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

Color convert

RGB 203 243 100 -
CMYK 0.16 0 0.59 0.05
HSL 76.78º 0.86% 0.67% -
HSV(B) 76.78º 0.59% 0.95% -
XYZ 58.98 77.72 23.95 -
YUV 214.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 203 243 100 0.16 0 0.59 0.05 76.78 0.86 0.67
Hex CB F3 64 10 0 3B 5 4D 56 43
Octal 313 363 144 20 0 73 5 115 126 103
Binary 11001011 11110011 1100100 10000 0 111011 101 1001101 1010110 1000011

Color Harmonies of #CBF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF364

Black with #CBF364

Text Example


Text Example

White with #CBF364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF364; }

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

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

background-color css

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

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

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

border-color css

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

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

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