Html Css Color HEX #CFE75B Mindaro

📋 copy color: '#CFE75B'

red 207 ◦ green 231 ◦ blue 91

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

Shades of Mindaro #CFE75B

Tints of Mindaro #CFE75B

RGB

 RED value IS 207 (81.25% from 255) = 39.13%

 GREEN value IS 231 (90.63% from 255) = 43.67%

 BLUE value IS 91 (35.94% from 255) = 17.2%

R = 39.13%
G = 43.67%
B = 17.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CFE75B (or 0xCFE75B) is known color: Mindaro. HEX triplet: CF, E7 and 5B. RGB value is (207,231,91). Sum of RGB (Red+Green+Blue) = 207+231+91=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE75B is #3018A4. Grayscale: #D0D0D0. Windows color (decimal): -3152037 or 6023119. OLE color: 6023119.

HSL color Cylindrical-coordinate representation of color #CFE75B: hue angle of 70.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE75B is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 91 -
CMYK 0.10 0 0.61 0.09
HSL 70.29º 0.74% 0.63% -
HSV(B) 70.29º 0.61% 0.91% -
XYZ 56.2 71.17 20.67 -
YUV 207.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 207 231 91 0.10 0 0.61 0.09 70.29 0.74 0.63
Hex CF E7 5B A 0 3D 9 46 4A 3F
Octal 317 347 133 12 0 75 11 106 112 77
Binary 11001111 11100111 1011011 1010 0 111101 1001 1000110 1001010 111111

Color Harmonies of #CFE75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE75B

Black with #CFE75B

Text Example


Text Example

White with #CFE75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE75B; }

 p { color: rgb(207,231,91); }

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

background-color css

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

 a { background-color: rgb(207,231,91); }

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

border-color css

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

 span { border-color: rgb(207,231,91); }

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