Html Css Color HEX #CBF85A Mindaro

📋 copy color: '#CBF85A'

red 203 ◦ green 248 ◦ blue 90

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

Shades of Mindaro #CBF85A

Tints of Mindaro #CBF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.84%

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

R = 37.52%
G = 45.84%
B = 16.64%

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

#CBF85A (or 0xCBF85A) is known color: Mindaro. HEX triplet: CB, F8 and 5A. RGB value is (203,248,90). Sum of RGB (Red+Green+Blue) = 203+248+90=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF85A is #3407A5. Grayscale: #D9D9D9. Windows color (decimal): -3409830 or 5961931. OLE color: 5961931.

HSL color Cylindrical-coordinate representation of color #CBF85A: hue angle of 77.09º degrees, saturation: 0.92, 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 #CBF85A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 90 -
CMYK 0.18 0 0.64 0.03
HSL 77.09º 0.92% 0.66% -
HSV(B) 77.09º 0.64% 0.97% -
XYZ 60.04 80.57 22.06 -
YUV 216.53 56.59 118.35 -
System Red Green Blue C M Y K H S L
Decimal 203 248 90 0.18 0 0.64 0.03 77.09 0.92 0.66
Hex CB F8 5A 12 0 40 3 4D 5C 42
Octal 313 370 132 22 0 100 3 115 134 102
Binary 11001011 11111000 1011010 10010 0 1000000 11 1001101 1011100 1000010

Color Harmonies of #CBF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF85A

Black with #CBF85A

Text Example


Text Example

White with #CBF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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