Html Css Color HEX #CBF752 Mindaro

📋 copy color: '#CBF752'

red 203 ◦ green 247 ◦ blue 82

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

Shades of Mindaro #CBF752

Tints of Mindaro #CBF752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.41%

R = 38.16%
G = 46.43%
B = 15.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#CBF752 (or 0xCBF752) is known color: Mindaro. HEX triplet: CB, F7 and 52. RGB value is (203,247,82). Sum of RGB (Red+Green+Blue) = 203+247+82=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF752 is #3408AD. Grayscale: #D7D7D7. Windows color (decimal): -3410094 or 5437387. OLE color: 5437387.

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

Color convert

RGB 203 247 82 -
CMYK 0.18 0 0.67 0.03
HSL 76º 0.91% 0.65% -
HSV(B) 76º 0.67% 0.97% -
XYZ 59.41 79.83 20.26 -
YUV 215.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 203 247 82 0.18 0 0.67 0.03 76 0.91 0.65
Hex CB F7 52 12 0 43 3 4C 5B 41
Octal 313 367 122 22 0 103 3 114 133 101
Binary 11001011 11110111 1010010 10010 0 1000011 11 1001100 1011011 1000001

Color Harmonies of #CBF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF752

Black with #CBF752

Text Example


Text Example

White with #CBF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF752; }

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

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

background-color css

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

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

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

border-color css

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

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

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