Html Css Color HEX #CBF75A Mindaro

📋 copy color: '#CBF75A'

red 203 ◦ green 247 ◦ blue 90

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

Shades of Mindaro #CBF75A

Tints of Mindaro #CBF75A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

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

R = 37.59%
G = 45.74%
B = 16.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#CBF75A (or 0xCBF75A) is known color: Mindaro. HEX triplet: CB, F7 and 5A. RGB value is (203,247,90). Sum of RGB (Red+Green+Blue) = 203+247+90=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF75A is #3408A5. Grayscale: #D8D8D8. Windows color (decimal): -3410086 or 5961675. OLE color: 5961675.

HSL color Cylindrical-coordinate representation of color #CBF75A: hue angle of 76.82º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBF75A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 90 -
CMYK 0.18 0 0.64 0.03
HSL 76.82º 0.91% 0.66% -
HSV(B) 76.82º 0.64% 0.97% -
XYZ 59.73 79.96 21.96 -
YUV 215.95 56.92 118.77 -
System Red Green Blue C M Y K H S L
Decimal 203 247 90 0.18 0 0.64 0.03 76.82 0.91 0.66
Hex CB F7 5A 12 0 40 3 4D 5B 42
Octal 313 367 132 22 0 100 3 115 133 102
Binary 11001011 11110111 1011010 10010 0 1000000 11 1001101 1011011 1000010

Color Harmonies of #CBF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF75A

Black with #CBF75A

Text Example


Text Example

White with #CBF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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