Html Css Color HEX #CBF465 Mindaro

📋 copy color: '#CBF465'

red 203 ◦ green 244 ◦ blue 101

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

Shades of Mindaro #CBF465

Tints of Mindaro #CBF465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 37.04%
G = 44.53%
B = 18.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CBF465 (or 0xCBF465) is known color: Mindaro. HEX triplet: CB, F4 and 65. RGB value is (203,244,101). Sum of RGB (Red+Green+Blue) = 203+244+101=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF465 is #340B9A. Grayscale: #D7D7D7. Windows color (decimal): -3410843 or 6681803. OLE color: 6681803.

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

Color convert

RGB 203 244 101 -
CMYK 0.17 0 0.59 0.04
HSL 77.2º 0.87% 0.68% -
HSV(B) 77.2º 0.59% 0.96% -
XYZ 59.33 78.34 24.31 -
YUV 215.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 203 244 101 0.17 0 0.59 0.04 77.2 0.87 0.68
Hex CB F4 65 11 0 3B 4 4D 57 44
Octal 313 364 145 21 0 73 4 115 127 104
Binary 11001011 11110100 1100101 10001 0 111011 100 1001101 1010111 1000100

Color Harmonies of #CBF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF465

Black with #CBF465

Text Example


Text Example

White with #CBF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF465; }

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

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

background-color css

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

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

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

border-color css

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

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

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