Html Css Color HEX #CBF15F Mindaro

📋 copy color: '#CBF15F'

red 203 ◦ green 241 ◦ blue 95

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

Shades of Mindaro #CBF15F

Tints of Mindaro #CBF15F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.71%

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 37.66%
G = 44.71%
B = 17.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CBF15F (or 0xCBF15F) is known color: Mindaro. HEX triplet: CB, F1 and 5F. RGB value is (203,241,95). Sum of RGB (Red+Green+Blue) = 203+241+95=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15F is #340EA0. Grayscale: #D5D5D5. Windows color (decimal): -3411617 or 6287819. OLE color: 6287819.

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

Color convert

RGB 203 241 95 -
CMYK 0.16 0 0.61 0.05
HSL 75.62º 0.84% 0.66% -
HSV(B) 75.62º 0.61% 0.95% -
XYZ 58.15 76.43 22.51 -
YUV 212.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 203 241 95 0.16 0 0.61 0.05 75.62 0.84 0.66
Hex CB F1 5F 10 0 3D 5 4C 54 42
Octal 313 361 137 20 0 75 5 114 124 102
Binary 11001011 11110001 1011111 10000 0 111101 101 1001100 1010100 1000010

Color Harmonies of #CBF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF15F

Black with #CBF15F

Text Example


Text Example

White with #CBF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF15F; }

 p { color: rgb(203,241,95); }

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

background-color css

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

 a { background-color: rgb(203,241,95); }

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

border-color css

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

 span { border-color: rgb(203,241,95); }

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