Html Css Color HEX #CBF15A Mindaro

📋 copy color: '#CBF15A'

red 203 ◦ green 241 ◦ blue 90

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

Shades of Mindaro #CBF15A

Tints of Mindaro #CBF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.85%

R = 38.01%
G = 45.13%
B = 16.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CBF15A (or 0xCBF15A) is known color: Mindaro. HEX triplet: CB, F1 and 5A. RGB value is (203,241,90). Sum of RGB (Red+Green+Blue) = 203+241+90=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15A is #340EA5. Grayscale: #D4D4D4. Windows color (decimal): -3411622 or 5960139. OLE color: 5960139.

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

Color convert

RGB 203 241 90 -
CMYK 0.16 0 0.63 0.05
HSL 75.1º 0.84% 0.65% -
HSV(B) 75.1º 0.63% 0.95% -
XYZ 57.93 76.35 21.36 -
YUV 212.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 203 241 90 0.16 0 0.63 0.05 75.1 0.84 0.65
Hex CB F1 5A 10 0 3F 5 4B 54 41
Octal 313 361 132 20 0 77 5 113 124 101
Binary 11001011 11110001 1011010 10000 0 111111 101 1001011 1010100 1000001

Color Harmonies of #CBF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF15A

Black with #CBF15A

Text Example


Text Example

White with #CBF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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