Html Css Color HEX #CFE75A Mindaro

📋 copy color: '#CFE75A'

red 207 ◦ green 231 ◦ blue 90

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

Shades of Mindaro #CFE75A

Tints of Mindaro #CFE75A

RGB

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

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

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

R = 39.2%
G = 43.75%
B = 17.05%

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

#CFE75A (or 0xCFE75A) is known color: Mindaro. HEX triplet: CF, E7 and 5A. RGB value is (207,231,90). Sum of RGB (Red+Green+Blue) = 207+231+90=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE75A is #3018A5. Grayscale: #D0D0D0. Windows color (decimal): -3152038 or 5957583. OLE color: 5957583.

HSL color Cylindrical-coordinate representation of color #CFE75A: hue angle of 70.21º degrees, saturation: 0.75, 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 #CFE75A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 90 -
CMYK 0.10 0 0.61 0.09
HSL 70.21º 0.75% 0.63% -
HSV(B) 70.21º 0.61% 0.91% -
XYZ 56.15 71.16 20.45 -
YUV 207.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 207 231 90 0.10 0 0.61 0.09 70.21 0.75 0.63
Hex CF E7 5A A 0 3D 9 46 4B 3F
Octal 317 347 132 12 0 75 11 106 113 77
Binary 11001111 11100111 1011010 1010 0 111101 1001 1000110 1001011 111111

Color Harmonies of #CFE75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE75A

Black with #CFE75A

Text Example


Text Example

White with #CFE75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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